home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-
- /*
- $Header: b2key.h,v 1.4 85/08/22 16:42:35 timo Exp $
- */
-
- /* Keywords collected together to aid the production of national variants */
- /* Predefined functions can be found in bfpr.c */
- /* All error messages will have to be changed as well, of course. */
-
- #define K_PUT "PUT"
- #define K_IN_put "IN"
-
- #define K_INSERT "INSERT"
- #define K_IN_insert "IN"
-
- #define K_REMOVE "REMOVE"
- #define K_FROM_remove "FROM"
-
- #define K_DELETE "DELETE"
-
- #define K_READ "READ"
- #define K_RAW "RAW"
- #define K_EG "EG"
-
- #define K_WRITE "WRITE"
-
- #define K_CHOOSE "CHOOSE"
- #define K_FROM_choose "FROM"
-
- #define K_DRAW "DRAW"
- #define K_SET_RANDOM "SET'RANDOM"
-
- #define K_CHECK "CHECK"
-
- #define K_IF "IF"
-
- #define K_SELECT "SELECT"
- #define K_ELSE "ELSE"
-
- #define K_WHILE "WHILE"
-
- #define K_FOR "FOR"
- #define K_IN_for "IN"
-
- #define K_SUCCEED "SUCCEED"
- #define K_FAIL "FAIL"
- #define K_QUIT "QUIT"
- #define K_RETURN "RETURN"
- #define K_REPORT "REPORT"
-
- #define K_HOW_TO "HOW'TO"
- #define K_YIELD "YIELD"
- #define K_TEST "TEST"
- #define K_SHARE "SHARE"
-
- #define K_AND "AND"
- #define K_OR "OR"
- #define K_NOT "NOT"
-
- #define K_SOME "SOME"
- #define K_EACH "EACH"
- #define K_NO "NO"
- #define K_IN_quant "IN"
- #define K_PARSING "PARSING"
- #define K_HAS "HAS"
-